home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETET32.IN_ / netet32.inf
Encoding:
INI File  |  1999-10-19  |  2.0 KB  |  77 lines

  1. ; NETET32P.INF
  2. ;
  3. ; KTI ET32/PX SERIES PCI Ethernet Adapter
  4. ;
  5. ; Copyright (c) 1993-1997, KTI NETWORKS INC.
  6. ;
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %MSFT%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/19/1999,4.0.0.1
  15.  
  16. [Manufacturer]
  17. %KTI%       = KTI
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCI\VEN_8E2E&DEV_3000
  21.  
  22. [KTI]
  23. %ET32.DeviceDesc% = ET32.ndi, PCI\VEN_8E2E&DEV_3000 ; KTI ET32/Px Series
  24.  
  25. ;----------------------------------------------------------------------------
  26. ; main sections
  27. ;
  28. [ET32.ndi]
  29. AddReg          = ET32.reg
  30. BusType         = 5
  31. Characteristics = 0x04
  32. CopyFiles       = ET32.CopyFiles
  33.  
  34. [ET32.ndi.Services]
  35. AddService      = ET32NT, 2, ET32.Service, ET32.EventLog
  36.  
  37. [ET32.CopyFiles]
  38. et32nt.sys,,,2
  39.  
  40. ;----------------------------------------------------------------------------
  41. ; Driver and Service Section
  42. ;
  43. [ET32.reg]
  44. HKR, Ndi,            Service,    0, "ET32"
  45. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  46. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  47.  
  48. [ET32.Service]
  49. DisplayName     = %ET32nt.Service.DispName%
  50. ServiceType     = 1 ; %SERVICE_KERNEL_DRIVER%
  51. StartType       = 3 ; %SERVICE_DEMAND_START%
  52. ErrorControl    = 1 ; %SERVICE_ERROR_NORMAL%
  53. ServiceBinary   = %12%\et32nt.sys
  54. LoadOrderGroup  = NDIS
  55.  
  56. [ET32.EventLog]
  57. AddReg = ET32.AddEventLog.reg
  58.  
  59. [ET32.AddEventLog.reg]
  60. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  61. HKR, , TypesSupported,   0x00010001, 7
  62.  
  63. ;----------------------------------------------------------------------------
  64. [DestinationDirs]
  65. ET32.CopyFiles  = 12
  66.  
  67. ;-------------------------------------------------------------------------------
  68. ; Localizable Strings
  69. ;
  70. [Strings]
  71. KTI                      = "KTI"
  72. MSFT                     = "Microsoft"
  73. ET32.DeviceDesc          = "KTI ET32/Px Series PCI Ethernet Adapter"
  74. ET32nt.Service.DispName  = "KTI ET32/Px Series PCI Ethernet Adapter NT Driver"
  75.  
  76.  
  77.